CacheBitmap

Category: Other

Syntax:
CacheBitmap name bitmaphandle

Stores a bitmap in ViRC's bitmap cache. bitmaphandle must be a handle returned by Bitmap.

By using the name of a built-in bitmap, such as _join.bmp, you can replace built-in images with your own.

Example:
Event <OnCacheBitmaps_myscript> "*"
  CacheBitmap _join.bmp $Bitmap($NoAttribs($GetPath(image)myscript_join.bmp))
EndEvent

See also: Bitmap, FlushBitmapCache


Next in "Other": CheckForUpdates
Previous in "Other": Bitmap
Next by name: Chain
Previous by name: Bitmap
Up to all commands by name or commands and functions by category